PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DProjection Class / setFieldOfView Method
A number between 0 and 180, inclusive, specifying the field of view of the virtual camera, in degrees.
In This Topic
    setFieldOfView Method
    In This Topic
    Sets the field of view. This value is meaningful only if method returns PDF3DProjectionType.PERSPECTIVE.
    Syntax
    public void setFieldOfView( 
       double fov
    )

    Parameters

    fov
    A number between 0 and 180, inclusive, specifying the field of view of the virtual camera, in degrees.
    See Also